Instruct the model to work out its own solution before rushing to a conclusion
https://platform.openai.com/docs/guides/prompt-engineering/tactic-instruct-the-model-to-work-out-its-own-solution-before-rushing-to-a-conclusion
Suppose for example we want a model to evaluate a student’s solution to a math problem.
We can get the model to successfully notice this by prompting the model to generate its own solution first.
モデルに回答を生成させることでまず考えさせる
systemの例
First work out your own solution to the problem. Then compare your solution to the student's solution and evaluate if the student's solution is correct or not. Don't decide if the student's solution is correct until you have done the problem yourself.